home *** CD-ROM | disk | FTP | other *** search
/ Cracking 2 / Cracking II..iso / Texty / crackme / hmview32.exe / 0 / RCDATA / TFMARGINS / TFMARGINS.txt
Encoding:
Text File  |  1999-04-15  |  2.2 KB  |  115 lines

  1. object fmargins: Tfmargins
  2.   Left = 470
  3.   Top = 267
  4.   BorderStyle = bsDialog
  5.   Caption = 'Margins Settings'
  6.   ClientHeight = 158
  7.   ClientWidth = 217
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   TextHeight = 13
  15.   object GroupBox4: TGroupBox
  16.     Left = 9
  17.     Top = 7
  18.     Width = 199
  19.     Height = 106
  20.     Caption = ' Printer Margins (in centimeters)'
  21.     TabOrder = 0
  22.     object Label22: TLabel
  23.       Left = 21
  24.       Top = 30
  25.       Width = 19
  26.       Height = 13
  27.       Caption = 'Top'
  28.     end
  29.     object Label23: TLabel
  30.       Left = 100
  31.       Top = 30
  32.       Width = 33
  33.       Height = 13
  34.       Caption = 'Bottom'
  35.     end
  36.     object Label24: TLabel
  37.       Left = 22
  38.       Top = 70
  39.       Width = 18
  40.       Height = 13
  41.       Caption = 'Left'
  42.     end
  43.     object Label25: TLabel
  44.       Left = 108
  45.       Top = 70
  46.       Width = 25
  47.       Height = 13
  48.       Caption = 'Right'
  49.     end
  50.     object mt: TEdit
  51.       Left = 49
  52.       Top = 26
  53.       Width = 29
  54.       Height = 21
  55.       Hint = 'Default value is 2. Decimal point can be used.'
  56.       Color = clWhite
  57.       MaxLength = 5
  58.       TabOrder = 0
  59.       Text = '2'
  60.     end
  61.     object mb: TEdit
  62.       Left = 142
  63.       Top = 26
  64.       Width = 29
  65.       Height = 21
  66.       Hint = 'Default value is 2. Decimal point can be used.'
  67.       Color = clWhite
  68.       MaxLength = 5
  69.       TabOrder = 1
  70.       Text = '2'
  71.     end
  72.     object ml: TEdit
  73.       Left = 49
  74.       Top = 66
  75.       Width = 29
  76.       Height = 21
  77.       Hint = 'Default value is 2. Decimal point can be used.'
  78.       Color = clWhite
  79.       MaxLength = 5
  80.       TabOrder = 2
  81.       Text = '2'
  82.     end
  83.     object mr: TEdit
  84.       Left = 142
  85.       Top = 66
  86.       Width = 29
  87.       Height = 21
  88.       Hint = 'Default value is 2. Decimal point can be used.'
  89.       Color = clWhite
  90.       MaxLength = 5
  91.       TabOrder = 3
  92.       Text = '2'
  93.     end
  94.   end
  95.   object OKb: TButton
  96.     Left = 114
  97.     Top = 124
  98.     Width = 75
  99.     Height = 25
  100.     Caption = 'OK'
  101.     Default = True
  102.     ModalResult = 1
  103.     TabOrder = 1
  104.   end
  105.   object mbcancel: TButton
  106.     Left = 29
  107.     Top = 124
  108.     Width = 75
  109.     Height = 25
  110.     Caption = 'Cancel'
  111.     ModalResult = 2
  112.     TabOrder = 2
  113.   end
  114. end
  115.